var internal/strconv.div5Tab
3 uses
internal/strconv (current package)
math.go#L97: return 1 <= p && p <= 22 && x*div5Tab[p-1][0] <= div5Tab[p-1][1]
math.go#L103: var div5Tab = [22][2]uint64{
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |